<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main dl dt {
  overflow: hidden;
}

.main dl dt img {
  width: 100%;
  height: auto;
}

.main .textdetails {
  font-size: 14px;
  color: #333333;
  text-align: left;
  line-height: 26px;
  padding-bottom: 60px;
}
.main .textdetails a{
  color: #369;
}
.main .textdetails .attach{
  padding-left: 20px;
    background: url(/static/img/fach.gif) no-repeat 0 50%;
    color: #369;
}
.main .textdetails .text {
  padding: 0 30px;
}

.main .textdetails h3 {
  font-size: 24px;
  color: #000000;
  line-height: 100px;
  font-weight: bold;
}

.main .textdetails img {
  max-width: 100%;
  padding: 10px 0;
}

.main .detailsTitle {
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #eeeeee;
}

.main .detailsTitle h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.main .detailsTitle p {
  padding-top: 20px;
}

.main .detailsTitle p span {
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
}

section {
  background-color: #f7fbfc;
}

.page .pagination {
  padding-top:18px;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #d71418;
  color: #ffffff;
}

.page .pagination li.active span {
  background: #d71418;
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

.header {
  width: 100%;
  background-color: #ffffff;
}

.header .up {
  height: 40px;
  line-height: 40px;
  background-color: #f7fbfc;
  border-bottom: solid 1px #eeeeee;
}

.header .up .main p {
  float: left;
  font-size: 14px;
  color: #666666;
}

.header .up .main dl {
  float: right;
  padding: 0 20px;
  position: relative;
}

.header .up .main dl::before {
  left: 0;
  top: 10px;
  width: 1px;
  content: '';
  height: 20px;
  position: absolute;
  background-color: #cccccc;
}

.header .up .main dl:last-child::before {
  left: 0;
  top: 10px;
  width: 1px;
  content: '';
  height: 20px;
  position: absolute;
  background-color: transparent;
}

.header .up .main dl:hover dd {
  color: #d71418;
}

.header .up .main dl a {
  float: right;
}

.header .up .main dl a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.header .up .main dl a dt {
  float: left;
  font-size: 16px;
  color: #1b89cb;
}

.header .up .main dl a dt span {
  float: left;
  padding-right: 10px;
}

.header .up .main dl a dd {
  float: left;
  font-size: 14px;
  color: #666666;
}

.header .middle {
  height: 110px;
}

.header .middle .main .logo {
  float: left;
  height: 68px;
  line-height: 110px;
}

.header .middle .main .logo a img {
  width: auto;
  height: 100%;
  display: inline-block;
}

.header .middle .main .search {
  float: right;
  padding-top: 32px;
  position: relative;
}

.header .middle .main .search input {
  float: left;
  width: 360px;
  height: 42px;
  border: none;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #1b89cb;
}

.header .middle .main .search input::placeholder {
  font-size: 14px;
  color: #999999;
}

.header .middle .main .search span {
  font-size: 20px;
  color: #ffffff;
  line-height: 44px;
  padding-right: 10px;
}

.header .middle .main .search button {
  float: left;
  width: 120px;
  height: 44px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #1b89cb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header .middle .main .weChatCode {
  float: right;
  padding-left: 145px;
}

.header .middle .main .weChatCode dl dt {
  float: left;
  width: 70px;
  line-height: 110px;
}

.header .middle .main .weChatCode dl dd {
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-top: 30px;
  writing-mode: vertical-rl;
}

.header .down {
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #1b89cb;
}

.header .down .main .item {
  width: 10%;
  float: left;
  position: relative;
}

.header .down .main .item:hover .items {
  display: block;
}

.header .down .main .item a {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #ffffff;
}

.header .down .main .item a span {
  font-size: 16px;
  padding-right: 10px;
}

.header .down .main .item a.active {
  color: #ffffff;
  background-color: #d71418;
}

.header .down .main .item a:hover {
  color: #ffffff;
  background-color: #d71418;
}

.header .down .main .item .items {
  left: 0;
  top: 56px;
  width: 100%;
  z-index: 999;
  display: none;
  position: absolute;
  background-color: #1b89cb;
}

.header .down .main .item .items a {
  height:35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px #eeeeee;
}

.header .down .main .item .items a:hover {
  color: #fff;
  background-color: transparent;
}

.new {
  padding-top: 20px;
}

.new .main .left {
  float: left;
  position: absolute;
  width: 810px;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
}

.new .main .left .swiper-container {
  width: 100%;
  height: 100%;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide p {
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
  position: absolute;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

.new .main .left .swiper-container .swiper-pagination {
  bottom: 20px;
  text-align: right;
  padding-right: 30px;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  opacity: .5;
  height: 12px;
  background-color: #ffffff;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 30px;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.new .main .right {
  width: 370px;
  float: right;
  height: 360px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
}

.new .main .right .title {
  height: 63px;
  padding: 0 10px;
  line-height: 63px;
  border-bottom: solid 1px #eeeeee;
}

.new .main .right .title h3 {
  float: left;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.new .main .right .title h3::after {
  left: 0;
  width: 100%;
  content: '';
  height: 2px;
  bottom: -1px;
  position: absolute;
  background-color: #1b89cb;
}

.new .main .right .title a {
  float: right;
  font-size: 14px;
  color: #1b89cb;
}

.new .main .right .text {
  height: 100px;
  margin: 0 10px;
  border-bottom: dashed 1px #eeeeee;
}

.new .main .right .text h3 {
  font-size: 16px;
  color: #d71418;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new .main .right .text p {
  font-size: 14px;
  color: #908e8e;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}

.new .main .right .items {
  padding: 0 10px;
}

.new .main .right .items a {
  display: block;
  line-height: 24px;
  padding-top: 10px;
}

.new .main .right .items a:hover .tit {
  color: #d71418;
}

.new .main .right .items a:hover .time {
  color: #d71418;
}

.new .main .right .items a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.new .main .right .items a span {
  float: left;
  font-size: 12px;
  color: #1b89cb;
  padding-right: 10px;
}

.new .main .right .items a .tit {
  float: left;
  width: 285px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .right .items a .time {
  float: right;
  font-size: 14px;
  color: #999999;
}

.banner {
  padding: 20px 0;
}
.banner .main {
  display: flex;
  justify-content: space-between;
}
.banner .main::after{
  display: none;
}
.banner .main a {
  float: left;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  width: calc(33% - 10px);
}

.banner .main .left {
  float: left;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
  width: calc(33% - 10px);
}

.banner .main .right {
  float: right;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  width: calc(33% - 8px);
}

.crumbs {
  padding-top: 15px;
  padding-bottom: 15px;
}

.crumbs .main {
  height: 54px;
  line-height: 54px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.crumbs .main p {
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
  position: absolute;
}

.crumbs .main p a {
  font-size: 14px;
  color: #333333;
}

.crumbs .main p a:hover {
  color: #d71418;
}

.crumbs .main p a span {
  font-size: 16px;
  color: #1b89cb;
  padding-right: 10px;
}

.information {
  padding-bottom: 20px;
}

.information.information2 .main .item {
  min-height: 188px;
  height: auto;
}

/*.information.information2 .main .item:nth-child(3) {
  height: 318px;
}

.information.information2 .main .item:nth-child(4) {
  height: 259px;
  margin-top: 20px;
}
*/
.information .main .item {
  float: left;
  height: 248px;
  overflow: hidden;
  margin-left: 15px;
  border-radius: 10px;
  width: calc(33.5% - 15px);
  border: solid 1px #eeeeee;
}

.information .main .item:first-child {
  margin-left: 0;
}

.information .main .item.anthor a {
  padding: 6px 0;
}

.information .main .item.anthor a:hover dl dd {
  color: #d71418;
}

.information .main .item.anthor a dl dt {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #1b89cb;
}

.information .main .item.anthor a dl dt span {
  float: none;
  font-size: 16px;
  color: #1b89cb;
  padding-right: 0;
}

.information .main .item.anthor a dl dd {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding-left: 30px;
}

.information .main .item .title {
  height: 58px;
  padding: 0 10px;
  line-height: 58px;
  background-color: #f7fbfc;
  border-bottom: solid 1px #eeeeee;
}

.information .main .item .title h3 {
  float: left;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.information .main .item .title h3 span {
  font-size: 16px;
  color: #1b89cb;
  padding-right: 10px;
}

.information .main .item .title a {
  float: right;
  font-size: 14px;
  color: #1b89cb;
}

.information .main .item .title h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 26px;
  padding-top: 10px;
}

.information .main .item .title p {
  font-size: 10px;
  color: #ffffff;
  line-height: 20px;
}

.information .main .item .items {
  padding: 10px 10px;
  min-height: 180px;
}

.information .main .item .items a {
  display: block;
  line-height: 24px;
  padding-top: 10px;
}

.information .main .item .items a:first-child {
  padding-top: 0;
}

.information .main .item .items a:hover span {
  color: #1b89cb;
}

.information .main .item .items a:hover .tit {
  color: #d71418;
}

.information .main .item .items a:hover .time {
  color: #d71418;
}

.information .main .item .items a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.information .main .item .items a span {
  float: left;
  font-size: 12px;
  color: #1b89cb;
  padding-right: 10px;
}

.information .main .item .items a .tit {
  float: left;
  width: 300px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.information .main .item .items a .time {
  float: right;
  font-size: 14px;
  color: #999999;
}

.section {
  padding-bottom: 50px;
}

.section .main .left {
  float: left;
  width: 300px;
}

.section .main .left .item {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.section .main .left .item:first-child {
  margin-top: 0;
}

.section .main .left .item .title {
  height: 58px;
  padding: 0 20px;
  line-height: 58px;
  background-color: #1b89cb;
  border-bottom: solid 1px #eeeeee;
}

.section .main .left .item .title span {
  font-size: 18px;
  color: #ffffff;
  padding-right: 5px;
}

.section .main .left .item .title i {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.section .main .left .item .text {
  padding: 0 15px;
}

.section .main .left .item .text a {
  display: block;
  font-size: 14px;
  color: #333333;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section .main .left .item .text a:hover {
  color: #d71418;
}

.section .main .left .item .text a:hover span {
  color: #d71418;
}

.section .main .left .item .text a.active {
  color: #d71418;
}

.section .main .left .item .text a.active span {
  color: #d71418;
}

.section .main .left .item .text a:last-child {
  margin-bottom: 20px;
}

.section .main .left .item .text a span {
  font-size: 12px;
  color: #333333;
  padding-right: 10px;
}

.section .main .left .item .menuChildren a {
  font-size: 14px;
  padding-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-left: 22px;
}
.section .main .left .item .text .menuChildren a:last-child{
  margin-bottom: 0px;
}
.section .main .left .item.items .text {
  padding: 0 10px;
}

.section .main .left .item.items .text a:nth-child(1) i {
  background-color: #d71418;
}

.section .main .left .item.items .text a:nth-child(2) i {
  background-color: #d71418;
}

.section .main .left .item.items .text a:nth-child(3) i {
  background-color: #d71418;
}

.section .main .left .item.items .text a i {
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-right: 8px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #1b89cb;
}

.section .main .right {
  width: 818px;
  min-height: 665px;
  float: right;
  padding: 0 30px;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.section .main .right .title {
  height: 58px;
  line-height: 58px;
  border-bottom: solid 1px #eeeeee;
}

.section .main .right .title h3 {
  float: left;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.section .main .right .title h3::after {
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: #1b89cb;
}

.section .main .right .text {
  padding: 10px 0 0px 0;
}

.section .main .right .text a {
  height: 35px;
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 35px;
  padding-left: 18px;
  position: relative;
  border-bottom: dashed 1px #eeeeee;
}

.section .main .right .text a:hover span {
  color: #d71418;
}

.section .main .right .text a:hover i {
  color: #d71418;
}

.section .main .right .text a::before {
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  content: '';
  margin-top: -6px;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 8px solid #1b89cb;
  border-bottom: 6px solid transparent;
}

.section .main .right .text a span {
  float: left;
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section .main .right .text a i {
  float: right;
  font-size: 14px;
  color: #999999;
}

.section .main .right .textfoot {
  padding: 25px 0;
  border-top: dashed 1px #eeeeee;
}

.section .main .right .textfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.section .main .right .textfoot .fl {
  width: 80%;
  float: left;
}

.section .main .right .textfoot .fl a {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section .main .right .textfoot .fr {
  width: 15%;
  float: right;
}

.section .main .right .textfoot .fr a {
  width: 120px;
  height: 44px;
  font-size: 14px;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  background-color: #d71418;
}

.section .main .right .textfoot .fr a:hover {
  background-color: rgba(215, 20, 24, 0.8);
}

.section .main .layui-form {
  padding: 50px 60px;
}

.section .main .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.section .main .layui-form .layui-form-item .layui-form-label span {
  color: #d71418;
}

.section .main .layui-form .layui-form-item .layui-input-inline {
  width: 300px;
}

.section .main .layui-form .layui-form-item .layui-input-inline input {
  height: 42px;
  border-radius: 5px;
}

.section .main .layui-form .layui-form-item .layui-input-inline input::placeholder {
  color: #999999;
}

.section .main .layui-form .layui-form-item .layui-input-block .layui-unselect i:hover {
  color: #d71418;
}

.section .main .layui-form .layui-form-item .layui-input-block .layui-form-radioed i {
  color: #d71418;
}

.section .main .layui-form .layui-form-item .layui-input-block input {
  height: 42px;
  border-radius: 5px;
}

.section .main .layui-form .layui-form-item .layui-input-block input::placeholder {
  color: #999999;
}

.section .main .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 150px;
  height: 44px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #d71418;
}

.section .main .sign {
  width: 100%;
  border-radius: 10px;
  padding-bottom: 100px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.section .main .sign .title {
  height: 67px;
  padding: 0 30px;
  line-height: 67px;
  background-color: #f7fbfc;
  border-bottom: solid 1px #eeeeee;
}

.section .main .sign .title h3 {
  float: left;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  position: relative;
  background-color: #f7fbfc;
}

.section .main .sign .title h3::after {
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: #1b89cb;
}

.section .main .sign .title p {
  float: right;
  font-size: 14px;
  color: #666666;
}

.section .main .sign .title p a {
  color: #d71418;
}

.section .main .sign .text .layui-form .layui-form-item {
  width: 510px;
  margin: 20px auto;
}

.section .main .sign .text .layui-form .layui-form-item .layui-input-inline {
  width: 380px;
  position: relative;
}

.section .main .sign .text .layui-form .layui-form-item .layui-input-inline input {
  width: 400px;
}

.section .main .sign .text .layui-form .layui-form-item .layui-input-inline a {
  top: 0;
  right: 0;
  font-size: 14px;
  color: #1b89cb;
  line-height: 42px;
  position: absolute;
}

.section .main .sign .text .layui-form .layui-form-item .layui-input-block {
  min-height: 42px;
}

.section .main .sign .text .layui-form .layui-form-item .layui-input-block input {
  width: 400px;
}

.section .main .sign .text .layui-form .layui-form-item.code .layui-input-block input {
  float: left;
  width: 260px;
}

.section .main .sign .text .layui-form .layui-form-item.code .layui-input-block .codes {
  float: right;
  width: 118px;
  height: 40px;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
}

.section .main .sign .text .layui-form .layui-form-item.code .layui-input-block .codes img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.section .main .sign .text .layui-form .layui-form-item.code .layui-input-block .codes a {
  font-size: 14px;
  color: #333333;
}

.section .main .sign .text .layui-form .agree {
  width: 290px;
  margin: 0 auto;
  line-height: 18px;
}

.section .main .sign .text .layui-form .agree .layui-unselect {
  width: 20px;
  height: 20px !important;
  padding-left: 0;
}

.section .main .sign .text .layui-form .agree .layui-form-checked i {
  border: solid 1px #1b89cb !important;
  background-color: #1b89cb;
}

.section .main .sign .text .layui-form .agree span {
  font-size: 14px;
  color: #333333;
}

.section .main .sign .text .layui-form .agree span a {
  color: #1b89cb;
}

.footer .up .main .footnav {
  padding-top: 20px;
  border-bottom: solid 2px #1b89cb;
}

.footer .up .main .footnav::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .up .main .footnav span {
  float: left;
  height: 40px;
  cursor: pointer;
  padding: 0 32px;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 40px;
  margin-left: 20px;
}

.footer .up .main .footnav span:first-child {
  margin-left: 0;
}

.footer .up .main .footnav span.active {
  color: #ffffff;
  background-color: #1b89cb;
}

.footer .up .main .footnav span:hover {
  color: #ffffff;
  background-color: #1b89cb;
}

.footer .up .main .downs {
  padding: 5px 0 10px 0;
}

.footer .up .main .downs .item {
  display: none;
}

.footer .up .main .downs .item.active {
  display: block;
}

.footer .up .main .downs .item p {
  font-size: 14px;
  color: #a4a4a4;
  text-align: left;
  line-height: 34px;
}

.footer .up .main .downs .item p a {
  color: #a4a4a4;
  margin-left: 20px;
}

.footer .up .main .downs .item p a:first-child {
  margin-left: 0;
}

.footer .up .main .downs .item p a:hover {
  color: #ffffff;
}

.footer .down {
  line-height: 80px;
  background-color: #04141e;
}

.footer .down .main {
  text-align: center;
}

.footer .down .main .ups {
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: solid 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.footer .down .main .ups p a {
  padding: 0 40px;
  font-size: 13px;
  color: #a4a4a4;
  border-left: solid 1px #a4a4a4;
}

.footer .down .main .ups p a:first-child {
  border-left: none;
}

.footer .down .main .ups p a:hover {
  color: #ffffff;
}

.footer .down .main p {
  color: #a4a4a4;
}

.footer .down .main p a {
  color: #a4a4a4;
}

.footer .down .main p a:hover {
  color: #ffffff;
}

.floatingWindown {
  top: 540px;
  right: 20px;
  width: 180px;
  height: 420px;
  z-index: 999999;
  position: fixed;
  overflow: hidden;
  margin-top: -252px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  background-color: #f7fbfc;
}

.floatingWindown .up {
  text-align: center;
}

.floatingWindown .up .title::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.floatingWindown .up .title dl {
  padding-top: 35px;
}

.floatingWindown .up .title dl dt {
  float: left;
  padding-left: 20px;
}

.floatingWindown .up .title dl dt span {
  font-size: 28px;
  color: #d71418;
}

.floatingWindown .up .title dl dd {
  float: left;
  padding-left: 10px;
}

.floatingWindown .up .title dl dd h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.floatingWindown .up .title dl dd p {
  text-align: left;
  font-size: 10px;
  color: #999999;
}

.floatingWindown .up ul {
  padding: 20px 20px 0 20px;
  text-align: left;
}

.floatingWindown .up ul li {
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}

.floatingWindown .up .img {
  padding-top: 10px;
}

.floatingWindown .up .img dl {
  float: left;
  margin-left: 20px;
}
.floatingWindown .up .img dl:nth-child(2) {
  margin-left: 10px;
}
.floatingWindown .up .img dl img{
  width: 70px;
}
.floatingWindown .up .img dl dd{
  font-size: 12px;
}
.floatingWindown .upTop {
  bottom: 0;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #ffffff;
  line-height: 50px;
  position: absolute;
  text-align: center;
  background-color: #1b89cb;
}

.floatingWindown .upTop p {
  font-size: 16px;
  color: #ffffff;
}

.floatingWindown .upTop p span {
  font-size: 20px;
  padding-right: 10px;
}

.newsDetail{
  background-color: #fff; border-radius: 10px; border: solid 1px #eeeeee;
}
.newsDetail .docker{
  width: 1150px;
  margin: 0px auto;
}
.newsDetail .docker .textfoot {
  padding: 25px 0;
  border-top: dashed 1px #eeeeee;
}

.newsDetail .docker .textfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.newsDetail .docker .textfoot .fl {
  width: 80%;
  float: left;
}

.newsDetail .docker .textfoot .fl a {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsDetail .docker .textfoot .fr {
  width: 15%;
  float: right;
}

.newsDetail .docker .textfoot .fr a {
  width: 120px;
  height: 44px;
  font-size: 14px;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  background-color: #d71418;
}

.newsDetail .docker .textfoot .fr a:hover {
  background-color: rgba(215, 20, 24, 0.8);
}

.lane .main{
    /*height: 125px;*/
    padding-bottom: 20px;
}
.lane .main .item{
    float: left;
    width: 222px;
    height: 85px;
    margin-left: 18px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
}
.lane .main .item:first-child{
    margin-left: 0;
}
.lane .main .item dl{
    padding-top: 15px;
    padding-left: 30px;
}
.lane .main .item dl dt{
    float: left;
}
.lane .main .item dl dt span{
    font-size: 20px;
    color: #1b89cb;
}
.lane .main .item dl dd{
    padding-left: 30px;
}
.lane .main .item dl dd h3{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.lane .main .item dl dd p{
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section .main .right .text2{
  padding: 40px 0 40px 0;
  border-bottom: dashed 1px #eeeeee;
}
.section .main .right .text2 a{
  float: left;
  width: 190px;
  height: 325px;
  margin-left: 19px;
}
.section .main .right .text2 a:nth-child(4n+1){
    margin-left: 0;
}
.section .main .right .text2 a dl dt{
  width: auto;
  height: 260px;
  overflow: hidden;
  line-height: 260px;
  text-align: center;
  background-color: #d2d2d2;
}
.section .main .right .text2 a dl dt img{
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.section .main .right .text2 a dl dd{
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.close{
  top: 220px;
  right: 92px;
  width: 36px;
  height: 36px;
  z-index: 999999;
  cursor: pointer;
  text-align: center;
  margin-left: -18px;
  position: fixed;
  border-radius: 100%;
  line-height: 36px;
  border: solid 1px #1b89cb;
}
.close span{
  font-size: 20px;
  color: #1b89cb;
}
.main .text2::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}
.floatingWin{
  top: 50%;
  right: 20px;
  position: fixed;
  display: none;
  z-index: 999999;
}
.floatingWin div{
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: 10px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: #1b89cb;
}
.floatingWin div span{
  font-size: 20px;
  color: #ffffff;
}
/* 媒体查询 */
@media all and (min-width: 1600px) {
  .floatingWindown{
    display: block;
  }
  .close{
    display: block;
  }
  .floatingWin{
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .floatingWin{
    display: block;
  }
  .floatingWindown{
    display: none;
  }
  .close{
    display: none;
  }
}

.subForm .topTitle{
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0px;
  line-height: 40px;
  border-bottom: solid 1px #eeeeee;
}
.subForm .layui-form{padding: 0px !important;}
.subForm .layui-form .layui-form-label{
  padding: 7px 0px;
  text-align: left;
  width: 110px !important;
}
.subForm .layui-form .layui-form-item{
  margin-bottom:2px !important; ;
}
/*.subForm .layui-form .layui-form-item .layui-input-inline {
  width: 190px !important;
}*/
.subForm .layui-form .layui-form-item .layui-input-inline input,.subForm .layui-form .layui-form-item .layui-input-block input{ 
  height: 32px !important;
  line-height: 32px; 
}
.subForm .addOneItem{
  background-color: #1b89cb;
}
.subForm .layui-form .layui-form-item .layui-input-block .layui-btn{
  margin: 15px 0px !important;
  color: #fff;
}
.red{ color: #ff0000 !important; }

.noStart { height:300px; line-height: 300px; text-align: center; font-size: 16px;  }</pre></body></html>